home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / graphics / gnuplot / epsviewe.h < prev    next >
Text File  |  1993-09-15  |  368b  |  22 lines

  1. /*
  2.  * $Id: epsviewe.h%v 3.50 1993/07/09 05:35:24 woo Exp $
  3.  *
  4.  */
  5.  
  6. #import <appkit/Application.h>
  7. #import <appkit/graphics.h>
  8. #import <dpsclient/dpsclient.h>
  9. #import <appkit/Window.h>
  10.  
  11. @interface EpsViewer:Application
  12. {
  13.     id theNewWin;
  14. }
  15.  
  16. - windowCreate:(NXCoord)width Height:(NXCoord)height;
  17. - (NXRect *)nextRectForWidth:(NXCoord)width Height:(NXCoord)height;
  18.  
  19. @end
  20.  
  21.  
  22.